func runtime.racereadpc
16 uses
runtime (current package)
chan.go#L185: racereadpc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(chansend))
map.go#L413: racereadpc(unsafe.Pointer(h), callerpc, pc)
map.go#L483: racereadpc(unsafe.Pointer(h), callerpc, pc)
map.go#L880: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapiterinit))
map.go#L941: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapiternext))
map.go#L1584: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(reflect_maplen))
map.go#L1601: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(reflect_maplen))
map_fast32.go#L16: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_fast32))
map_fast32.go#L65: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_fast32))
map_fast64.go#L16: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_fast64))
map_fast64.go#L65: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_fast64))
map_faststr.go#L16: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_faststr))
map_faststr.go#L120: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_faststr))
panic.go#L449: racereadpc(unsafe.Pointer(head), getcallerpc(), abi.FuncPCABIInternal(deferconvert))
race0.go#L27: func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
select.go#L271: racereadpc(c.raceaddr(), casePC(casi), chansendpc)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |